GetRealPoint
Description
Gets the drawing coordinates of the point that is defined by its position on the screen (X, Y).
APointInUCS parameter will contain the point coordinates in a User Coordinate System (UCS).
Syntax
function GetRealPoint(ACoordX, ACoordY: Double; var APointInUCS: TFPoint): TFPoint; override;